Our area of interest is located in the southern part of the state of Salzburg close to Schmitten and Viehhofen cities. It is a small catchment of 120 km2 draining to the Saalach river. The elevation data for this assignment was obtained from the product ALOS World 3D (AW3D30). In the map at the right, we display the stream network and basin delineation according to the official information of the Land Salzburg.
Mouse over the pixels to obtain elevation values.
After a visual inspection, it can be concluded that there is no significance differences between the catchment generate by SAGA GIS and the official one created by the Land Salzburg. However, due that the basin generated by SAGA use elevation values of 30 meters (AW3D30) the course resolution of the results is notorious.
The map in the left(right) side was generated using SAGA (information from Land Salzburg).
Considering a maximum time of concentration (60 minutes), we calculate the concentration time for all the pixels of the catchment taking into account the longest watercourse length and the average slope of the watercourse. See the next C++ code to get more information about the empirical equations used here.
Mouse over the pixels to obtain the concentration time value.
The histogram below shows that most critical areas are located at a concentration-time from 30 to 50 minutes to the next pour point. In a hydrological sense, these areas are the principal contributor to the streamflow in the pour point. Therefore, it is important increase the water storage, increasing forest areas and/or avoiding crop areas, to prevent flash floods.
To create the streamflow of the basin, a critical first step is to remove unnatural sinks in the DEM in order to generate a continuous surface of accumulation. The figure below shows the difference between use or not a fill sink algorithm (for this example we use L Wang 2006 algorithm) in a DEM with 30 meters of spatial resolution.
After finishing this assignment, we can conclude some points: